AddToAny Method

Task Parallel System.Threading

Overload List

  NameDescription
AddToAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T)
Adds the specified item to any one of the specified BlockingCollection<(Of <(T>)>) instances.
AddToAny(array<BlockingCollection<(Of <(T>)>)>[]()[], T, CancellationToken)
Adds the specified item to any one of the specified BlockingCollection<(Of <(T>)>) instances. A OperationCanceledException is thrown if the CancellationToken is canceled.

See Also